home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / demos / GL / flight / density.c < prev    next >
Text File  |  1994-08-01  |  2KB  |  100 lines

  1. /*
  2.  * Copyright 1984-1991, 1992, 1993, 1994, Silicon Graphics, Inc.
  3.  * All Rights Reserved.
  4.  *
  5.  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  6.  * the contents of this file may not be disclosed to third parties, copied or
  7.  * duplicated in any form, in whole or in part, without the prior written
  8.  * permission of Silicon Graphics, Inc.
  9.  *
  10.  * RESTRICTED RIGHTS LEGEND:
  11.  * Use, duplication or disclosure by the Government is subject to restrictions
  12.  * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  13.  * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  14.  * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  15.  * rights reserved under the Copyright Laws of the United States.
  16.  */
  17.  
  18. /*
  19.  *  flight/density.c $Revision: 1.3 $
  20.  */
  21.  
  22. float ro[75] =
  23. {
  24.     .0023081,        /* 1000 feet    */
  25.     .0022409,
  26.     .0021752,
  27.     .0021110,
  28.     .0020482,        /* 5000 feet    */
  29.     .0019869,
  30.     .0019270,
  31.     .0018685,
  32.     .0018113,
  33.     .0017556,        /* 10000 feet    */
  34.     .0017011,
  35.     .0016480,
  36.     .0015961,
  37.     .0015455,
  38.     .0014962,        /* 15000 feet    */
  39.     .0014480,
  40.     .0014011,
  41.     .0013553,
  42.     .0013107,
  43.     .0012673,        /* 20000 feet    */
  44.     .0012249,
  45.     .0011836,
  46.     .0011435,
  47.     .0011043,
  48.     .0010663,        /* 25000 feet    */
  49.     .0010292,
  50.     .00099311,
  51.     .00095801,
  52.     .00092387,
  53.     .00089068,        /* 30000 feet    */
  54.     .00085841,
  55.     .00082704,
  56.     .00079656,
  57.     .00076696,
  58.     .00073820,        /* 35000 feet    */
  59.     .00071028,
  60.     .00067800,
  61.     .00064629,
  62.     .00061608,
  63.     .00058727,        /* 40000 feet    */
  64.     .00055982,
  65.     .00053365,
  66.     .00050871,
  67.     .00048493,
  68.     .00046227,        /* 45000 feet    */
  69.     .00044067,
  70.     .00042008,
  71.     .00040045,
  72.     .00038175,
  73.     .00036391,        /* 50000 feet    */
  74.     .00034692,
  75.     .00033072,
  76.     .00031527,
  77.     .00030055,
  78.     .00028652,        /* 55000 feet    */
  79.     .00027314,
  80.     .00026039,
  81.     .00024824,
  82.     .00023665,
  83.     .00022561,        /* 60000 feet    */
  84.     .00021508,
  85.     .00020505,
  86.     .00019548,
  87.     .00018336,
  88.     .00017767,        /* 65000 feet    */
  89.     .00016938,
  90.     .00016148,
  91.     .00015395,
  92.     .00014678,
  93.     .00013993,        /* 70000 feet    */
  94.     .00013341,
  95.     .00012719,
  96.     .00012126,
  97.     .00011561,
  98.     .00011022,        /* 75000 feet    */
  99. };
  100.